home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / gucrtr13.rea < prev    next >
Text File  |  1996-01-16  |  1KB  |  52 lines

  1. Short:  Interface Builder for OS3.0+
  2. Author: m_hillen@informatik.uni-kl.de
  3. Type:   dev/gui
  4.  
  5. GUICreator is program like GadToolsBox. You can create a graphical user
  6. interface for your programs. No additional external library is neccesary!
  7. The created source can be compiled with the following compilers:
  8.  
  9.    o   Maxon C/C++
  10.    o   DICE  C
  11.    o   GNU   C
  12.    o   SAS   C
  13.  
  14. These GUI creators are in work:
  15.  
  16.    o   Modula-2
  17.    o   Oberon
  18.  
  19. The generated code is fontsensitive, the windows are resizable. It only
  20. relies on the gadgtools.library v39. (If you want code for v37, please
  21. refer to the docs)
  22.  
  23.  
  24.  
  25. FEATURES:
  26. =========
  27.  
  28. v1.3: 21-Aug-95
  29. ---------------
  30. - menu support
  31. - small enhancements
  32.  
  33. v1.2: 04-Jul-95
  34. ---------------
  35. - gadget layout with mouse
  36. - DICE support
  37. - GNU  support
  38. - cycle and mx gadgets are defined with listviews now
  39. - SAS/C support
  40.  
  41. v1.1: 28-Jun-95
  42. ---------------
  43. - cancel-option at gadget-creation
  44. - smaller code
  45. - window-positions are saved
  46. - fold marks are now possible
  47. - you can specify another path (shell version only)
  48.  
  49. v1.0: 20-Jun-95
  50. ---------------
  51. - initial release
  52.